From c1da2a92042cbd0967feb0b57c7d572408610858 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Javier=20Jard=C3=B3n?= Date: Thu, 8 Jul 2010 02:00:00 +0200 Subject: [PATCH] gtkrecentchooserwidget: unseal private pointer --- gtk/gtkrecentchooserwidget.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk/gtkrecentchooserwidget.h b/gtk/gtkrecentchooserwidget.h index 0a01428471..5dc81e2f11 100644 --- a/gtk/gtkrecentchooserwidget.h +++ b/gtk/gtkrecentchooserwidget.h @@ -44,10 +44,10 @@ typedef struct _GtkRecentChooserWidgetPrivate GtkRecentChooserWidgetPrivate; struct _GtkRecentChooserWidget { - /*< private >*/ GtkVBox parent_instance; - GtkRecentChooserWidgetPrivate *GSEAL (priv); + /* */ + GtkRecentChooserWidgetPrivate *priv; }; struct _GtkRecentChooserWidgetClass -- 2.30.2